home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-2.iso
/
Files II
/
Prog
/
D-G
/
DebugWindow 2.0.sit
/
DebugWindow 2.0
/
Debug.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-01-05
|
252 b
|
13 lines
|
[
TEXT/KAHL
]
#ifndef _DEBUGWINDOW_H_
#define _DEBUGWINDOW_H_
void BeginDebug ( void );
void EndDebug ( void );
void Debug ( char *format, ... );
void DebugHexDump ( char *buffer, short length );
void ClearDebugWindow (void);
void DebugTimestamp ( void );
#endif